.sh-header-menu {
    background-color: #0c4b5c;
    color:#0c4b5c;
}

.sh-header-main {
    background-color: #0c4b5c !important;
    color: #0c4b5c;
    box-shadow: rgb(238 238 238) 0px 1px 0px;
}

.sh-header-location-icon {
    fill: #E2DED0 !important;
}

.sh-header-account-icon {
    stroke: #E2DED0 !important;
}

.sh-header-cart-icon {
    stroke: #E2DED0 !important;
    fill: none !important;
}

.sh-header-arrow-icon {
    fill: #E2DED0 !important;
}

.sh-header-search-icon {
    stroke: #E2DED0 !important;
}

.sh-header-cart-badge {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
}

.sh-footer-main {
    background-color: #E2DED0 !important;
    color: #000000 !important;
}

.sh-footer-icon {
    color: #000000 !important;
}

.sh-categories-container {
    background-color: #0c4b5c !important;
}

.sh-categories-container > div > h2 {
    display: none;
}

.sh-categories-container > div {
    margin-bottom: 0px;
}

.sh-product-card {
    border: 0.0425rem solid #ECECEC;
    box-shadow: 0 0.15rem 0.15rem 0 #ececec;
}

.sh-row-title-divider {
    display: none !important;
}

@media (max-width: 1060px) {
    .sh-mini-banner-collection-card {
        padding: 6px 4px;
    }
}

.sh-mini-banner-collection-card > a > div > div > div > p {
    display: none;
}

.sh-mini-banner-collection-card > a > div > div > div > svg {
    display: none;
}

.sh-banner-collection-card > a > div > div > p {
    display: none;
}

.sh-banner-collection-card > a > div > div > p > svg {
    display: none;
}

.sh-product-card-discount-tag {
    background-color: #68C73F;
    color: #FFFFFF;
    font-weight: 900;
    border-radius: 20px 0px 20px 0px;
    right: auto;
    top: 0px;
    left: 0px;
}

.sh-product-discount-tag {
    background-color: #68C73F;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 4px;
}

.sh-product-buy-now-button {
    background-color: #000000;
    border: none;
    color: white;
}

.sh-product-plus-minus-button {
    background-color: #0c4b5c;
    border: #E2DED0;
    border-radius: 2px;
    color: white;
    fill: #0c4b5c;
}

.sh-product-plus-minus-button:hover {
    background-color: #0c4b5c;
}

.sh-product-plus-minus-button-div {
    color: white;
}

.sh-generic-collection-card > div > div > div > div > img {
    object-fit: contain;
}

.sh-generic-collection-card > div > div > div > div > h5 {
    display: none;
}

.sh-generic-collection-card > div > div > div > div > p {
    display: none;
}

.sh-bottom-nav-main {
    background-color: #0c4b5c;
    position:;
    bottom:0px; /* Moves the navigation menu lower to avoid Chatwoot overlap */
    width: 100%;
    z-index: 1000;
}

.sh-bottom-nav-selected {
    stroke: #FFFFFF !important;
    color: #FFFFFF !important;
    fill: none !important;
}

.sh-bottom-nav-unselected {
    stroke: #FFFFFF !important;
    color: #FFFFFF !important;
}

.sh-bottom-nav-cart-badge {
    background-color: #FFFFFF !important;
    color: #0c4b5c !important;
}

.sh-prod-grid-collection-card > div > header {
    justify-content: flex-start;
}

.sh-category-card > a > div > p {
    color: white;
}

@media (max-width: 600px) {
    .LargeCollectionCard-component {
        padding: 8px !important;
    }
}

#categories > div > h2 {
    display: none;
}

.cat-card-title {
    color: white;
}

.grid.grid-cols-12.section {
    background-color: #0c4b5c !important;
}

.sh-mini-banner-collection-card > a > div > div > h2 {
    display: none;
}

#categories .sh-section-heading {
    display: none;
}
.sh-shoopy-html-page > div {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    border: none;
}

.sh-shoopy-html-page .border-inherit {
    border: none;
}

.sh-shoopy-html-page .text-zinc-900 {
    display: none !important;
}
.border-inherit {
    border: none !important;
}
/* Move only the Chatwoot launcher button (chat icon) */
.woot-widget-bubble {
    position: fixed !important;
    bottom: 64px !important; /* Adjust if needed */
    right: 16px !important;
    z-index: 999999 !important;
}
  /* Mobile (up to 768px) */
  @media screen and (max-width: 768px) { 
      .woot-widget-holder {
          width: 80% !important; /* Reduce the chat window width */
          height: 60vh !important; /* Reduce the chat window height */
          bottom: 10px !important; /* Move it closer to the bottom */
          right: 10px !important;
          transform: translateY(45%) !important; /* Move it slightly down */
      }
  } 
  }  
/* Hide the "Powered by Chatwoot" text */
.woot-widget-powered-by {
    display: none !important;	
}
.sh-shoopy-blog-page .border-inherit { 
    border: none;
}
.ref-widg.sh-referral-widget {
    display: none !important;
}
.sh-variant-btn.universal-btn-style.mui-79xub {
    display: none;
}

.menu-bar .links {
  padding:6px 16px;
  }
  
.sub-menu-bar .link-item{
    padding:6px 16px;
}